Skip to main content
Version: 4.0.0

toDecimal

Convert a hexadecimal to a decimal number

Usage

TronWeb.toDecimal(value);

Parameters

ParameterDescriptionData Type
valueString-Hex stringString

Returns

Number - The hexadecimal value represented by the passed in string.

Example

> TronWeb.toDecimal('0x15')
> 21